From: Dan Nicolaescu Date: Tue, 19 Feb 2008 09:40:16 +0000 (+0000) Subject: Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23987 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7fcfd0e545606ef15015bc071d28cff04da8978d;p=emacs.git Fix typo. --- diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el index eac341cc5f0..c3c94ea835c 100644 --- a/lisp/vc-hg.el +++ b/lisp/vc-hg.el @@ -477,7 +477,7 @@ REV is the revision to check out into WORKFILE." (defun vc-hg-extra-status-menu () '(["Show incoming" vc-hg-incoming] - ["Show outgoing" vc-hg-outgoing]) + ["Show outgoing" vc-hg-outgoing])) (define-derived-mode vc-hg-outgoing-mode vc-hg-log-view-mode "Hg-Outgoing")